crypto/tls.Config.getCertificate (method)
3 uses
crypto/tls (current package)
common.go#L1061: func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
handshake_server.go#L228: hs.cert, err = c.config.getCertificate(clientHelloInfo(hs.ctx, c, hs.clientHello))
handshake_server_tls13.go#L362: certificate, err := c.config.getCertificate(clientHelloInfo(hs.ctx, c, hs.clientHello))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)